home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / scorched.swf / scripts / DefineButton2_232 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-04-12  |  181 b   |  9 lines

  1. on(press){
  2.    _root.player2head = _root.player2head + 1;
  3.    if(_root.player2head > 23)
  4.    {
  5.       _root.player2head = 23;
  6.    }
  7.    _root.player2h.gotoAndStop(player2head);
  8. }
  9.